projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d432cbe
)
* lisp/emacs-lisp/comp.el (comp-never-optimize-functions): Better doc fix
author
Andrea Corallo
<akrl@sdf.org>
Thu, 16 Apr 2020 18:03:54 +0000
(19:03 +0100)
committer
Andrea Corallo
<akrl@sdf.org>
Thu, 16 Apr 2020 18:06:08 +0000
(19:06 +0100)
lisp/emacs-lisp/comp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/comp.el
b/lisp/emacs-lisp/comp.el
index 2cc7dfd17f7cad3f42937ce9802cf100c30efa68..7486e8074920f05810389826db81cf3a55da2732 100644
(file)
--- a/
lisp/emacs-lisp/comp.el
+++ b/
lisp/emacs-lisp/comp.el
@@
-91,8
+91,8
@@
This intended for debugging the compiler itself.
;; For user convenience
yes-or-no-p)
"Primitive functions for which we do not perform trampoline optimization.
-This is especially useful
l for primitives known to be advised if bootstrap is
-performed at `comp-speed' > 0."
+This is especially useful
for primitives known to be advised or
+
redefined when compilation is
performed at `comp-speed' > 0."
:type 'list
:group 'comp)